func golang.org/x/crypto/blake2b.consumeUint64

4 uses

	golang.org/x/crypto/blake2b (current package)
		blake2b.go#L189: 		b, d.h[i] = consumeUint64(b)
		blake2b.go#L191: 	b, d.c[0] = consumeUint64(b)
		blake2b.go#L192: 	b, d.c[1] = consumeUint64(b)
		blake2b.go#L283: func consumeUint64(b []byte) ([]byte, uint64) {